翻訳と辞書
Words near each other
・ Standard units
・ Standard upper ontology
・ Standard Vacuum Oil Company
・ Standard Vanguard
・ Standard weight in fish
・ Standard wet liner inline-four engine
・ Standard Manuscript format
・ Standard map
・ Standard Marine Communication Phrases
・ Standard Market Design
・ Standard Messenger
・ Standard Minimum Rules for the Administration of Juvenile Justice
・ Standard Minimum Rules for the Treatment of Prisoners
・ Standard Missile
・ Standard ML
Standard ML of New Jersey
・ Standard Model
・ Standard model (cryptography)
・ Standard model (disambiguation)
・ Standard Model (Exhibition)
・ Standard Model (mathematical formulation)
・ Standard molar entropy
・ Standard Mongolian
・ Standard monomial theory
・ Standard Moroccan Berber
・ Standard Motor Company
・ Standard Motor Products
・ Standard normal deviate
・ Standard normal table
・ Standard Occupational Classification System


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Standard ML of New Jersey : ウィキペディア英語版
Standard ML of New Jersey

Standard ML of New Jersey (SML/NJ) is a compiler and programming environment for Standard ML. Aside from its runtime system, which is written in C, SML/NJ is written in Standard ML. It was developed jointly by Bell Laboratories and Princeton University.
Its name is a reference both to the state in which Princeton and Bell Labs are located and to Standard Oil of New Jersey, the famous oil monopoly of the early 20th century.
==Features==

SML/NJ extends the SML'97 Basis Library with several additional top-level structures:
* System info – this module provides information about the runtime system, such as the Operating System kind, type and version and whether or not the machine supports multiprocessing.
* Weak pointers – a weak pointer is one that is not sufficient to keep an object alive. If a heap value is referenced via ordinary pointers then it will remain alive, but if it is only referenced via weak pointers then it will be garbage collected.
* Lazy suspensions – this module implements the suspensions necessary for lazy evaluation (as opposed to eager evaluation).
* Compiler internals – SML/NJ provides access to several of the compiler internals, including methods to instantiate and modify the signal table.
* Unsafe access – these modules provide unsafe access to data structures and runtime-system functions.
* Compiler modules – SML/NJ also includes a structure that provides control of the ML compiler, which contains substructures for execution profiling, control of compiler error-message printing and warnings, and customizable pretty printing.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Standard ML of New Jersey」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.